From 68082d24e692ccd9aba294c24ec25b2f745c43d4 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 21 Apr 2025 21:29:12 +0200 Subject: [PATCH] luci-base: spell fix Signed-off-by: Paul Donald --- modules/luci-base/htdocs/luci-static/resources/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index db471f29ed..14c7b9fcad 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -3096,7 +3096,7 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ { * Checks whether this device is up. * * @returns {boolean} - * Returns `true` when the associated device is running pr `false` + * Returns `true` when the associated device is running or `false` * when it is down or absent. */ isUp: function() { -- 2.30.2